'宣言 <System.Runtime.CompilerServices.ExtensionAttribute()> Public Overloads Shared Function IndexedField(Of T)( _ ByVal row As System.Data.DataRow, _ ByVal column As System.Data.DataColumn, _ ByVal action As IndexingHintAction _ ) As T
'宣言
<System.Runtime.CompilerServices.ExtensionAttribute()> Public Overloads Shared Function IndexedField(Of T)( _ ByVal row As System.Data.DataRow, _ ByVal column As System.Data.DataColumn, _ ByVal action As IndexingHintAction _ ) As T
[System.Runtime.CompilerServices.Extension()] public static T IndexedField<T>( System.Data.DataRow row, System.Data.DataColumn column, IndexingHintAction action )
var query = from c in customersTable where c.IndexedField<string>(customerColumn, IndexingHintAction.Mandatory) == "ALFKI" select c;
AdoNetExtensions クラス AdoNetExtensions メンバ オーバーロード一覧